[INFO] fetching crate microprofile 0.2.1...
[INFO] testing microprofile-0.2.1 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate microprofile 0.2.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate microprofile 0.2.1
[INFO] finished tweaking crates.io crate microprofile 0.2.1
[INFO] tweaked toml for crates.io crate microprofile 0.2.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate microprofile 0.2.1 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ccabf4bd20eedda05e9f3e912500d0838f34e5750e3bacd084467e71d35dcb46
[INFO] running `Command { std: "docker" "start" "-a" "ccabf4bd20eedda05e9f3e912500d0838f34e5750e3bacd084467e71d35dcb46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ccabf4bd20eedda05e9f3e912500d0838f34e5750e3bacd084467e71d35dcb46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccabf4bd20eedda05e9f3e912500d0838f34e5750e3bacd084467e71d35dcb46", kill_on_drop: false }`
[INFO] [stdout] ccabf4bd20eedda05e9f3e912500d0838f34e5750e3bacd084467e71d35dcb46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ff2caf9b2242a5e8117094c3b9c8860b41a17cf6cae22e4b752bbf9e5f5ca612
[INFO] running `Command { std: "docker" "start" "-a" "ff2caf9b2242a5e8117094c3b9c8860b41a17cf6cae22e4b752bbf9e5f5ca612", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling microprofile v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'void MicroProfileInit()':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1366:23: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfile' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: microprofile@0.2.1:  1366 |                 memset(&S, 0, sizeof(S));
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ~~~~~~^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:704:8: note: 'struct MicroProfile' declared here
[INFO] [stderr] warning: microprofile@0.2.1:   704 | struct MicroProfile
[INFO] [stderr] warning: microprofile@0.2.1:       |        ^~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'MicroProfileThreadLog* MicroProfileCreateThreadLog(const char*)':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1657:23: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileThreadLog' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: microprofile@0.2.1:  1657 |                 memset(pLog, 0, sizeof(*pLog));
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:500:8: note: 'struct MicroProfileThreadLog' declared here
[INFO] [stderr] warning: microprofile@0.2.1:   500 | struct MicroProfileThreadLog
[INFO] [stderr] warning: microprofile@0.2.1:       |        ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'void MicroProfileLogReset(MicroProfileThreadLog*)':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1825:15: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileThreadLog' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: microprofile@0.2.1:  1825 |         memset(pLog, 0, sizeof(*pLog));
[INFO] [stderr] warning: microprofile@0.2.1:       |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:500:8: note: 'struct MicroProfileThreadLog' declared here
[INFO] [stderr] warning: microprofile@0.2.1:   500 | struct MicroProfileThreadLog
[INFO] [stderr] warning: microprofile@0.2.1:       |        ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'void MicroProfileSymbolFreeDataInternal()':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:9894:23: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileSymbolModule' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: microprofile@0.2.1:  9894 |                 memset(&S.SymbolModules[0], 0, sizeof(S.SymbolModules));
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:682:8: note: 'struct MicroProfileSymbolModule' declared here
[INFO] [stderr] warning: microprofile@0.2.1:   682 | struct MicroProfileSymbolModule
[INFO] [stderr] warning: microprofile@0.2.1:       |        ^~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'MicroProfileToken MicroProfileGetToken(const char*, const char*, uint32_t, MicroProfileTokenType)':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1965:105: warning: ' ' directive output may be truncated writing 1 byte into a region of size between 0 and 63 [-Wformat-truncation=]
[INFO] [stderr] warning: microprofile@0.2.1:  1965 |         snprintf(&S.TimerInfo[nTimerIndex].pNameExt[0], sizeof(S.TimerInfo[nTimerIndex].pNameExt)-1, "%s %s", S.GroupInfo[nGroupIndex].pName, pName);
[INFO] [stderr] warning: microprofile@0.2.1:       |                                                                                                         ^
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1965:17: note: 'snprintf' output 2 or more bytes (assuming 65) into a destination of size 63
[INFO] [stderr] warning: microprofile@0.2.1:  1965 |         snprintf(&S.TimerInfo[nTimerIndex].pNameExt[0], sizeof(S.TimerInfo[nTimerIndex].pNameExt)-1, "%s %s", S.GroupInfo[nGroupIndex].pName, pName);
[INFO] [stderr] warning: microprofile@0.2.1:       |         ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c: In function 'operands_extract':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:596:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: microprofile@0.2.1:   596 |                         } else if (effOpSz == Decode64Bits) {
[INFO] [stderr] warning: microprofile@0.2.1:       |                                   ^
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:603:17: note: here
[INFO] [stderr] warning: microprofile@0.2.1:   603 |                 case OT_RM16:
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ^~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:714:49: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: microprofile@0.2.1:   714 |                         } else ps->usedPrefixes |= INST_PRE_OP_SIZE;
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:716:17: note: here
[INFO] [stderr] warning: microprofile@0.2.1:   716 |                 case OT_IMM32:
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ^~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:933:30: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: microprofile@0.2.1:   933 |                         vrex &= ~PREFIX_EX_W;
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:934:17: note: here
[INFO] [stderr] warning: microprofile@0.2.1:   934 |                 case OT_ACC_FULL:
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ^~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:1005:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: microprofile@0.2.1:  1005 |                         op->size = 8;
[INFO] [stderr] warning: microprofile@0.2.1:       |                         ~~~~~~~~~^~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:1007:17: note: here
[INFO] [stderr] warning: microprofile@0.2.1:  1007 |                 case OT_MOFFS_FULL:
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ^~~~
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
[INFO] running `Command { std: "docker" "inspect" "ff2caf9b2242a5e8117094c3b9c8860b41a17cf6cae22e4b752bbf9e5f5ca612", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff2caf9b2242a5e8117094c3b9c8860b41a17cf6cae22e4b752bbf9e5f5ca612", kill_on_drop: false }`
[INFO] [stdout] ff2caf9b2242a5e8117094c3b9c8860b41a17cf6cae22e4b752bbf9e5f5ca612
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 57599cb329f01c647e0e07fad6dcede86975df5e58812dd33b59ccbd6037c4b9
[INFO] running `Command { std: "docker" "start" "-a" "57599cb329f01c647e0e07fad6dcede86975df5e58812dd33b59ccbd6037c4b9", kill_on_drop: false }`
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'void MicroProfileInit()':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1366:23: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfile' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: microprofile@0.2.1:  1366 |                 memset(&S, 0, sizeof(S));
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ~~~~~~^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:704:8: note: 'struct MicroProfile' declared here
[INFO] [stderr] warning: microprofile@0.2.1:   704 | struct MicroProfile
[INFO] [stderr] warning: microprofile@0.2.1:       |        ^~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'MicroProfileThreadLog* MicroProfileCreateThreadLog(const char*)':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1657:23: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileThreadLog' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: microprofile@0.2.1:  1657 |                 memset(pLog, 0, sizeof(*pLog));
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:500:8: note: 'struct MicroProfileThreadLog' declared here
[INFO] [stderr] warning: microprofile@0.2.1:   500 | struct MicroProfileThreadLog
[INFO] [stderr] warning: microprofile@0.2.1:       |        ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'void MicroProfileLogReset(MicroProfileThreadLog*)':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1825:15: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileThreadLog' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: microprofile@0.2.1:  1825 |         memset(pLog, 0, sizeof(*pLog));
[INFO] [stderr] warning: microprofile@0.2.1:       |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:500:8: note: 'struct MicroProfileThreadLog' declared here
[INFO] [stderr] warning: microprofile@0.2.1:   500 | struct MicroProfileThreadLog
[INFO] [stderr] warning: microprofile@0.2.1:       |        ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'void MicroProfileSymbolFreeDataInternal()':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:9894:23: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileSymbolModule' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: microprofile@0.2.1:  9894 |                 memset(&S.SymbolModules[0], 0, sizeof(S.SymbolModules));
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:682:8: note: 'struct MicroProfileSymbolModule' declared here
[INFO] [stderr] warning: microprofile@0.2.1:   682 | struct MicroProfileSymbolModule
[INFO] [stderr] warning: microprofile@0.2.1:       |        ^~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'MicroProfileToken MicroProfileGetToken(const char*, const char*, uint32_t, MicroProfileTokenType)':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1965:105: warning: ' ' directive output may be truncated writing 1 byte into a region of size between 0 and 63 [-Wformat-truncation=]
[INFO] [stderr] warning: microprofile@0.2.1:  1965 |         snprintf(&S.TimerInfo[nTimerIndex].pNameExt[0], sizeof(S.TimerInfo[nTimerIndex].pNameExt)-1, "%s %s", S.GroupInfo[nGroupIndex].pName, pName);
[INFO] [stderr] warning: microprofile@0.2.1:       |                                                                                                         ^
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1965:17: note: 'snprintf' output 2 or more bytes (assuming 65) into a destination of size 63
[INFO] [stderr] warning: microprofile@0.2.1:  1965 |         snprintf(&S.TimerInfo[nTimerIndex].pNameExt[0], sizeof(S.TimerInfo[nTimerIndex].pNameExt)-1, "%s %s", S.GroupInfo[nGroupIndex].pName, pName);
[INFO] [stderr] warning: microprofile@0.2.1:       |         ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c: In function 'operands_extract':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:596:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: microprofile@0.2.1:   596 |                         } else if (effOpSz == Decode64Bits) {
[INFO] [stderr] warning: microprofile@0.2.1:       |                                   ^
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:603:17: note: here
[INFO] [stderr] warning: microprofile@0.2.1:   603 |                 case OT_RM16:
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ^~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:714:49: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: microprofile@0.2.1:   714 |                         } else ps->usedPrefixes |= INST_PRE_OP_SIZE;
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:716:17: note: here
[INFO] [stderr] warning: microprofile@0.2.1:   716 |                 case OT_IMM32:
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ^~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:933:30: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: microprofile@0.2.1:   933 |                         vrex &= ~PREFIX_EX_W;
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:934:17: note: here
[INFO] [stderr] warning: microprofile@0.2.1:   934 |                 case OT_ACC_FULL:
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ^~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:1005:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: microprofile@0.2.1:  1005 |                         op->size = 8;
[INFO] [stderr] warning: microprofile@0.2.1:       |                         ~~~~~~~~~^~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:1007:17: note: here
[INFO] [stderr] warning: microprofile@0.2.1:  1007 |                 case OT_MOFFS_FULL:
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ^~~~
[INFO] [stderr]    Compiling microprofile v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:197:86
[INFO] [stdout]     |
[INFO] [stdout] 197 |                     TOKEN = $crate::MicroProfileGetToken(group.as_ptr(), scope.as_ptr(), $color, 0);;
[INFO] [stdout]     |                                                                                                     ^
[INFO] [stdout] ...
[INFO] [stdout] 299 |         crate::scope!("foo", "fisk");
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `scope` which comes from the expansion of the macro `crate::scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:197:86
[INFO] [stdout]     |
[INFO] [stdout] 197 |                     TOKEN = $crate::MicroProfileGetToken(group.as_ptr(), scope.as_ptr(), $color, 0);;
[INFO] [stdout]     |                                                                                                     ^
[INFO] [stdout] ...
[INFO] [stdout] 302 |             crate::scope!("foo", "bar", 0xff00ff00);
[INFO] [stdout]     |             --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `crate::scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:197:86
[INFO] [stdout]     |
[INFO] [stdout] 197 |                     TOKEN = $crate::MicroProfileGetToken(group.as_ptr(), scope.as_ptr(), $color, 0);;
[INFO] [stdout]     |                                                                                                     ^
[INFO] [stdout] ...
[INFO] [stdout] 303 |             crate::scope!("foo", "fest");
[INFO] [stdout]     |             ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `scope` which comes from the expansion of the macro `crate::scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:197:86
[INFO] [stdout]     |
[INFO] [stdout] 197 |                     TOKEN = $crate::MicroProfileGetToken(group.as_ptr(), scope.as_ptr(), $color, 0);;
[INFO] [stdout]     |                                                                                                     ^
[INFO] [stdout] ...
[INFO] [stdout] 306 |                 crate::scope!("foo", "baz");
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `scope` which comes from the expansion of the macro `crate::scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] running `Command { std: "docker" "inspect" "57599cb329f01c647e0e07fad6dcede86975df5e58812dd33b59ccbd6037c4b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57599cb329f01c647e0e07fad6dcede86975df5e58812dd33b59ccbd6037c4b9", kill_on_drop: false }`
[INFO] [stdout] 57599cb329f01c647e0e07fad6dcede86975df5e58812dd33b59ccbd6037c4b9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9f8b730941444f4b4cdac35e172ae9791a66a9849d61def6640a34f1edc9868a
[INFO] running `Command { std: "docker" "start" "-a" "9f8b730941444f4b4cdac35e172ae9791a66a9849d61def6640a34f1edc9868a", kill_on_drop: false }`
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'void MicroProfileInit()':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1366:23: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfile' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: microprofile@0.2.1:  1366 |                 memset(&S, 0, sizeof(S));
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ~~~~~~^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:704:8: note: 'struct MicroProfile' declared here
[INFO] [stderr] warning: microprofile@0.2.1:   704 | struct MicroProfile
[INFO] [stderr] warning: microprofile@0.2.1:       |        ^~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'MicroProfileThreadLog* MicroProfileCreateThreadLog(const char*)':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1657:23: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileThreadLog' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: microprofile@0.2.1:  1657 |                 memset(pLog, 0, sizeof(*pLog));
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:500:8: note: 'struct MicroProfileThreadLog' declared here
[INFO] [stderr] warning: microprofile@0.2.1:   500 | struct MicroProfileThreadLog
[INFO] [stderr] warning: microprofile@0.2.1:       |        ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'void MicroProfileLogReset(MicroProfileThreadLog*)':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1825:15: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileThreadLog' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: microprofile@0.2.1:  1825 |         memset(pLog, 0, sizeof(*pLog));
[INFO] [stderr] warning: microprofile@0.2.1:       |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:500:8: note: 'struct MicroProfileThreadLog' declared here
[INFO] [stderr] warning: microprofile@0.2.1:   500 | struct MicroProfileThreadLog
[INFO] [stderr] warning: microprofile@0.2.1:       |        ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'void MicroProfileSymbolFreeDataInternal()':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:9894:23: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct MicroProfileSymbolModule' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: microprofile@0.2.1:  9894 |                 memset(&S.SymbolModules[0], 0, sizeof(S.SymbolModules));
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:682:8: note: 'struct MicroProfileSymbolModule' declared here
[INFO] [stderr] warning: microprofile@0.2.1:   682 | struct MicroProfileSymbolModule
[INFO] [stderr] warning: microprofile@0.2.1:       |        ^~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp: In function 'MicroProfileToken MicroProfileGetToken(const char*, const char*, uint32_t, MicroProfileTokenType)':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1965:105: warning: ' ' directive output may be truncated writing 1 byte into a region of size between 0 and 63 [-Wformat-truncation=]
[INFO] [stderr] warning: microprofile@0.2.1:  1965 |         snprintf(&S.TimerInfo[nTimerIndex].pNameExt[0], sizeof(S.TimerInfo[nTimerIndex].pNameExt)-1, "%s %s", S.GroupInfo[nGroupIndex].pName, pName);
[INFO] [stderr] warning: microprofile@0.2.1:       |                                                                                                         ^
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/microprofile.cpp:1965:17: note: 'snprintf' output 2 or more bytes (assuming 65) into a destination of size 63
[INFO] [stderr] warning: microprofile@0.2.1:  1965 |         snprintf(&S.TimerInfo[nTimerIndex].pNameExt[0], sizeof(S.TimerInfo[nTimerIndex].pNameExt)-1, "%s %s", S.GroupInfo[nGroupIndex].pName, pName);
[INFO] [stderr] warning: microprofile@0.2.1:       |         ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c: In function 'operands_extract':
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:596:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: microprofile@0.2.1:   596 |                         } else if (effOpSz == Decode64Bits) {
[INFO] [stderr] warning: microprofile@0.2.1:       |                                   ^
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:603:17: note: here
[INFO] [stderr] warning: microprofile@0.2.1:   603 |                 case OT_RM16:
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ^~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:714:49: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: microprofile@0.2.1:   714 |                         } else ps->usedPrefixes |= INST_PRE_OP_SIZE;
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:716:17: note: here
[INFO] [stderr] warning: microprofile@0.2.1:   716 |                 case OT_IMM32:
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ^~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:933:30: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: microprofile@0.2.1:   933 |                         vrex &= ~PREFIX_EX_W;
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:934:17: note: here
[INFO] [stderr] warning: microprofile@0.2.1:   934 |                 case OT_ACC_FULL:
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ^~~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:1005:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: microprofile@0.2.1:  1005 |                         op->size = 8;
[INFO] [stderr] warning: microprofile@0.2.1:       |                         ~~~~~~~~~^~~
[INFO] [stderr] warning: microprofile@0.2.1: src/microprofile/distorm/src/operands.c:1007:17: note: here
[INFO] [stderr] warning: microprofile@0.2.1:  1007 |                 case OT_MOFFS_FULL:
[INFO] [stderr] warning: microprofile@0.2.1:       |                 ^~~~
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]  --> src/lib.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | extern {
[INFO] [stderr]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `microprofile` (lib) generated 1 warning (run `cargo fix --lib -p microprofile` to apply 1 suggestion)
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:197:86
[INFO] [stderr]     |
[INFO] [stderr] 197 |                     TOKEN = $crate::MicroProfileGetToken(group.as_ptr(), scope.as_ptr(), $color, 0);;
[INFO] [stderr]     |                                                                                                     ^
[INFO] [stderr] ...
[INFO] [stderr] 299 |         crate::scope!("foo", "fisk");
[INFO] [stderr]     |         ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `scope` which comes from the expansion of the macro `crate::scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:197:86
[INFO] [stderr]     |
[INFO] [stderr] 197 |                     TOKEN = $crate::MicroProfileGetToken(group.as_ptr(), scope.as_ptr(), $color, 0);;
[INFO] [stderr]     |                                                                                                     ^
[INFO] [stderr] ...
[INFO] [stderr] 302 |             crate::scope!("foo", "bar", 0xff00ff00);
[INFO] [stderr]     |             --------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `crate::scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:197:86
[INFO] [stderr]     |
[INFO] [stderr] 197 |                     TOKEN = $crate::MicroProfileGetToken(group.as_ptr(), scope.as_ptr(), $color, 0);;
[INFO] [stderr]     |                                                                                                     ^
[INFO] [stderr] ...
[INFO] [stderr] 303 |             crate::scope!("foo", "fest");
[INFO] [stderr]     |             ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `scope` which comes from the expansion of the macro `crate::scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:197:86
[INFO] [stderr]     |
[INFO] [stderr] 197 |                     TOKEN = $crate::MicroProfileGetToken(group.as_ptr(), scope.as_ptr(), $color, 0);;
[INFO] [stderr]     |                                                                                                     ^
[INFO] [stderr] ...
[INFO] [stderr] 306 |                 crate::scope!("foo", "baz");
[INFO] [stderr]     |                 --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `scope` which comes from the expansion of the macro `crate::scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `microprofile` (lib test) generated 5 warnings (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/microprofile-08c9eccc08beef73)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Doc-tests microprofile
[INFO] [stdout] test tests::basic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.15s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9f8b730941444f4b4cdac35e172ae9791a66a9849d61def6640a34f1edc9868a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f8b730941444f4b4cdac35e172ae9791a66a9849d61def6640a34f1edc9868a", kill_on_drop: false }`
[INFO] [stdout] 9f8b730941444f4b4cdac35e172ae9791a66a9849d61def6640a34f1edc9868a
